POV-Ray : Newsgroups : povray.general : Commandline variables : Commandline variables Server Time
1 Aug 2024 08:23:54 EDT (-0400)
  Commandline variables  
From: Ger
Date: 7 Dec 2005 05:37:53
Message: <4396bb81@news.povray.org>
Is it possible to do something like

povray +iscene.pov +LightSetting=1 +W320 +H180
as commandline and then in the code

#if (LightSetting=1)
        code
#end

#if (lightSetting=2)
        more code
#end
?

I have searched the helpfile but couldn't find anything about this.
Btw, I'm using povray 3.6.1 on linux.
-- 
Ger


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.